home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / docs.lha / latex-CLTL-sty / more-info.txt / node15_mn.html < prev    next >
Text File  |  1991-07-02  |  656b  |  26 lines

  1.  
  2. <H2><A ID="SECTION00184000000000000000">
  3. Mapping</A>
  4. </H2>
  5. <#2630#>mapping<#2630#>
  6.  
  7. <P>
  8. Mapping is a type of iteration in which a function is 
  9. successively applied to pieces of one or more sequences.
  10. The result of the iteration is a sequence containing the respective
  11. results of the function applications.
  12. There are several options for the way in which the pieces of the list are
  13. chosen and for what is done with the results returned by the applications of
  14. the function.
  15.  
  16. <P>
  17. The function <#2631#>map<#2631#> may be used to map over any kind of sequence.
  18. The following functions operate only on lists.
  19.  
  20. <P>
  21. <BR>
  22. <tex2html_image_mark>#defun2632#
  23. <BR>
  24.  
  25. <P>
  26.